net/http.maskedSig.mask (field)
15 uses
net/http (current package)
sniff.go#L85: mask: []byte("\xFF\xFF\xFF\xFF\xFF"),
sniff.go#L94: mask: []byte("\xFF\xFF\x00\x00"),
sniff.go#L99: mask: []byte("\xFF\xFF\x00\x00"),
sniff.go#L104: mask: []byte("\xFF\xFF\xFF\x00"),
sniff.go#L121: mask: []byte("\xFF\xFF\xFF\xFF\x00\x00\x00\x00\xFF\xFF\xFF\xFF\xFF\xFF"),
sniff.go#L132: mask: []byte("\xFF\xFF\xFF\xFF\x00\x00\x00\x00\xFF\xFF\xFF\xFF"),
sniff.go#L137: mask: []byte("\xFF\xFF\xFF"),
sniff.go#L142: mask: []byte("\xFF\xFF\xFF\xFF\xFF"),
sniff.go#L147: mask: []byte("\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF"),
sniff.go#L152: mask: []byte("\xFF\xFF\xFF\xFF\x00\x00\x00\x00\xFF\xFF\xFF\xFF"),
sniff.go#L157: mask: []byte("\xFF\xFF\xFF\xFF\x00\x00\x00\x00\xFF\xFF\xFF\xFF"),
sniff.go#L171: mask: []byte("\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xFF\xFF"),
sniff.go#L210: mask, pat []byte
sniff.go#L222: if len(m.pat) != len(m.mask) {
sniff.go#L229: maskedData := data[i] & m.mask[i]
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |